home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iavolrad.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAVOLUMERADIUS_H = 1;
- include("real/intact/r3ia2p.js")
-
-
- var R3CLID_IAVOLUMERADIUS = 1624;
-
-
-
-
-
-
-
- R3IAVOLRADA_Radius = 1624500;
- function SetR3IAVOLRADA_Radius(value) {
- R3Set(this.r3obj, R3IAVOLRADA_Radius, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IAVOLRADA_Radius() {
- return R3Get(this.r3obj, R3IAVOLRADA_Radius, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Iavolumeradius () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAVOLUMERADIUS, arguments);
- }
- // Methods
-
- // Attributes
- this.GetRadius=GetR3IAVOLRADA_Radius;
- this.SetRadius=SetR3IAVOLRADA_Radius;
- }
-
- r3Iavolumeradius.prototype=new r3Ia2p;
- // r3iavolrad.h_H